home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 267
- Top = 178
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'CrackMe #2 By DiABLO'
- ClientHeight = 97
- ClientWidth = 217
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Default'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 34
- Width = 28
- Height = 13
- Caption = 'Code:'
- end
- object Label2: TLabel
- Left = 6
- Top = 10
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Button2: TButton
- Left = 136
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Exit'
- TabOrder = 0
- OnClick = Button2Click
- end
- object Button1: TButton
- Left = 8
- Top = 64
- Width = 81
- Height = 25
- Caption = 'Ok'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 40
- Top = 8
- Width = 161
- Height = 21
- TabOrder = 2
- end
- object Edit2: TEdit
- Left = 40
- Top = 32
- Width = 161
- Height = 21
- TabOrder = 3
- end
- end
-